home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / Managed / Direct3D / EnhancedMesh / EnhancedMesh.csproj < prev    next >
Encoding:
Text File  |  2004-09-27  |  6.6 KB  |  175 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{2D7AB553-EBE6-42D6-B743-48004614EA6A}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "EnhancedMesh"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "EnhancedMesh"
  22.                 RunPostBuildEvent = "OnBuildSuccess"
  23.                 StartupObject = ""
  24.             >
  25.                 <Config
  26.                     Name = "Debug"
  27.                     AllowUnsafeBlocks = "true"
  28.                     BaseAddress = "285212672"
  29.                     CheckForOverflowUnderflow = "false"
  30.                     ConfigurationOverrideFile = ""
  31.                     DefineConstants = "DEBUG;TRACE"
  32.                     DocumentationFile = ""
  33.                     DebugSymbols = "true"
  34.                     FileAlignment = "4096"
  35.                     IncrementalBuild = "true"
  36.                     NoStdLib = "false"
  37.                     NoWarn = ""
  38.                     Optimize = "false"
  39.                     OutputPath = "bin\Debug\"
  40.                     RegisterForComInterop = "false"
  41.                     RemoveIntegerChecks = "false"
  42.                     TreatWarningsAsErrors = "false"
  43.                     WarningLevel = "4"
  44.                 />
  45.                 <Config
  46.                     Name = "Release"
  47.                     AllowUnsafeBlocks = "true"
  48.                     BaseAddress = "285212672"
  49.                     CheckForOverflowUnderflow = "false"
  50.                     ConfigurationOverrideFile = ""
  51.                     DefineConstants = "TRACE"
  52.                     DocumentationFile = ""
  53.                     DebugSymbols = "false"
  54.                     FileAlignment = "4096"
  55.                     IncrementalBuild = "false"
  56.                     NoStdLib = "false"
  57.                     NoWarn = ""
  58.                     Optimize = "true"
  59.                     OutputPath = "bin\Release\"
  60.                     RegisterForComInterop = "false"
  61.                     RemoveIntegerChecks = "false"
  62.                     TreatWarningsAsErrors = "false"
  63.                     WarningLevel = "4"
  64.                 />
  65.             </Settings>
  66.             <References>
  67.                 <Reference
  68.                     Name = "System.Windows.Forms"
  69.                     AssemblyName = "System.Windows.Forms"
  70.                 />
  71.                 <Reference
  72.                     Name = "System.Drawing"
  73.                     AssemblyName = "System.Drawing"
  74.                 />
  75.                 <Reference
  76.                     Name = "System"
  77.                     AssemblyName = "System"
  78.                 />
  79.                 <Reference
  80.                     Name = "mscorlib"
  81.                     AssemblyName = "mscorlib"
  82.                 />
  83.                 <Reference
  84.                     Name = "Microsoft.DirectX"
  85.                     AssemblyName = "Microsoft.DirectX"
  86.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  87.                 />
  88.                 <Reference
  89.                     Name = "Microsoft.DirectX.Direct3D"
  90.                     AssemblyName = "Microsoft.DirectX.Direct3D"
  91.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  92.                 />
  93.                 <Reference
  94.                     Name = "Microsoft.DirectX.Direct3DX"
  95.                     AssemblyName = "Microsoft.DirectX.Direct3DX"
  96.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  97.                 />
  98.             </References>
  99.         </Build>
  100.         <Files>
  101.             <Include>
  102.                 <File
  103.                     RelPath = "EnhancedMesh.cs"
  104.                     SubType = "Code"
  105.                     BuildAction = "Compile"
  106.                 />
  107.                 <File
  108.                     RelPath = "EnhancedMesh.fx"
  109.                     BuildAction = "None"
  110.                 />
  111.                 <File
  112.                     RelPath = "Common\dxmut.cs"
  113.                     Link = "..\..\Common\dxmut.cs"
  114.                     SubType = "Code"
  115.                     BuildAction = "Compile"
  116.                 />
  117.                 <File
  118.                     RelPath = "Common\dxmutdata.cs"
  119.                     Link = "..\..\Common\dxmutdata.cs"
  120.                     SubType = "Code"
  121.                     BuildAction = "Compile"
  122.                 />
  123.                 <File
  124.                     RelPath = "Common\dxmutenum.cs"
  125.                     Link = "..\..\Common\dxmutenum.cs"
  126.                     SubType = "Code"
  127.                     BuildAction = "Compile"
  128.                 />
  129.                 <File
  130.                     RelPath = "Common\dxmutexception.cs"
  131.                     Link = "..\..\Common\dxmutexception.cs"
  132.                     SubType = "Code"
  133.                     BuildAction = "Compile"
  134.                 />
  135.                 <File
  136.                     RelPath = "Common\dxmutgui.cs"
  137.                     Link = "..\..\Common\dxmutgui.cs"
  138.                     SubType = "Code"
  139.                     BuildAction = "Compile"
  140.                 />
  141.                 <File
  142.                     RelPath = "Common\dxmutmesh.cs"
  143.                     Link = "..\..\Common\dxmutmesh.cs"
  144.                     SubType = "Code"
  145.                     BuildAction = "Compile"
  146.                 />
  147.                 <File
  148.                     RelPath = "Common\dxmutmisc.cs"
  149.                     Link = "..\..\Common\dxmutmisc.cs"
  150.                     SubType = "Code"
  151.                     BuildAction = "Compile"
  152.                 />
  153.                 <File
  154.                     RelPath = "Common\dxmutSettingsDlg.cs"
  155.                     Link = "..\..\Common\dxmutSettingsDlg.cs"
  156.                     SubType = "Code"
  157.                     BuildAction = "Compile"
  158.                 />
  159.                 <File
  160.                     RelPath = "Common\AssemblyInfo.cs"
  161.                     Link = "..\..\Common\AssemblyInfo.cs"
  162.                     SubType = "Code"
  163.                     BuildAction = "Compile"
  164.                 />
  165.                 <File
  166.                     RelPath = "Common\directx.ico"
  167.                     Link = "..\..\Common\directx.ico"
  168.                     BuildAction = "EmbeddedResource"
  169.                 />
  170.             </Include>
  171.         </Files>
  172.     </CSHARP>
  173. </VisualStudioProject>
  174.  
  175.